← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 89)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 13 statements in 156µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
85459µs3.20msSearch::Elasticsearch::Role::Logger::::infofSearch::Elasticsearch::Role::Logger::infof
11115µs26µsSub::Quote::::BEGIN@3.22 Sub::Quote::BEGIN@3.22
1117µs7µsMethod::Generate::Accessor::::BEGIN@6.23 Method::Generate::Accessor::BEGIN@6.23
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
3267µs237µs
# spent 26µs (15+11) within Sub::Quote::BEGIN@3.22 which was called: # once (15µs+11µs) by Sub::Quote::_clean_eval at line 3
no warnings 'closure';
# spent 26µs making 1 call to Sub::Quote::BEGIN@3.22 # spent 11µs making 1 call to warnings::unimport
4
# spent 3.20ms (59µs+3.15) within Search::Elasticsearch::Role::Logger::infof which was called 8 times, avg 401µs/call: # 4 times (40µs+2.87ms) by Search::Elasticsearch::Role::Cxn::pings_ok or Search::Elasticsearch::Role::Cxn::try {...} or Search::Elasticsearch::Role::CxnPool::Static::schedule_check or Search::Elasticsearch::Role::CxnPool::set_cxns at line 53 of Sub/Defer.pm, avg 727µs/call # once (10µs+277µs) by Search::Elasticsearch::Role::CxnPool::set_cxns at line 57 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/CxnPool.pm # once (5µs+0s) by Search::Elasticsearch::Role::Cxn::try {...} at line 88 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Cxn.pm # once (2µs+0s) by Search::Elasticsearch::Role::Cxn::pings_ok at line 80 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Cxn.pm # once (2µs+0s) by Search::Elasticsearch::Role::CxnPool::Static::schedule_check at line 24 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/CxnPool/Static.pm
sub Search::Elasticsearch::Role::Logger::infof {
5package Method::Generate::Accessor;
6
# spent 7µs within Method::Generate::Accessor::BEGIN@6.23 which was called: # once (7µs+0s) by Sub::Quote::_clean_eval at line 11
BEGIN {
711µs $^H = "2018";
81500ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\003";
916µs %^H = (
10 );
11144µs17µs}
# spent 7µs making 1 call to Method::Generate::Accessor::BEGIN@6.23
12429µs8356µsshift->_assert_log_handle->infof(@_); }
# spent 317µs making 4 calls to Search::Elasticsearch::Role::Logger::_assert_log_handle, avg 79µs/call # spent 38µs making 4 calls to Log::Any::Proxy::__ANON__[/opt/flows/lib/lib/perl5/Log/Any/Proxy.pm:80], avg 10µs/call
1311µs $_QUOTED->[3] = \&Search::Elasticsearch::Role::Logger::infof
14}
1514µs1;
16
17;